<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>
<div id="formav">
<table border="0" cellspacing="1" cellpadding="0">
    <?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?>
<div id="log">
<div id="foot">
<input class="loginField" type="text" name="user" maxlength="50" onfocus="this.value=''" value="Login..." onblur="if (this.value==''){this.value='Login...'}"/>
</div>
<div id="foot">
<input class="loginField" type="password" name="password" maxlength="25" onfocus="this.value=''" value="Password..." onblur="if (this.value==''){this.value='Password...'}"/>
</div>
</div>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;"><a href="$REMINDER_LINK$"> ?</a> | <a href="$REGISTER_LINK$"></a></div></td></tr>
</table>
</div>
<?if($PAGE_ID$="login")?></div><?endif?>